Pro Spring Boot 2 by Felipe Gutierrez

Pro Spring Boot 2 by Felipe Gutierrez

Author:Felipe Gutierrez
Language: eng
Format: epub
ISBN: 9781484236765
Publisher: Apress


</head>

<body>

<div class="container">

<div class="header clearfix">

<nav>

<a href="#" id="logoutLink">Logout</a>

</nav>

</div>

<div class="jumbotron">

<h1>ToDo's Rest API</h1>

<p class="lead">Welcome to the ToDo App. A Spring Boot application!</p>

</div>

</div>

<form id="logout" action="/logout" method="POST">

<input type="hidden" name="_csrf" value="{{_csrf.token}}" />

</form>

<script>

$(function(){

$('#logoutLink').click(function(){

$('#logout').submit();

});

});

</script>

</body>

</html>



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.